home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS26.ADF
/
SoundScape
/
Include
/
tapedeck.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-01-26
|
471b
|
16 lines
/* Tape Deck status structure.
(c) 1986 Todor Fay
*/
struct TapeState {
long length;
struct Track *toptrack; /* Top track in list. */
struct Track *activetrack; /* Current active edit track. */
unsigned long td_timer; /* Current time in MIDI clocks. */
unsigned long punchin, punchout; /* Punch in and out points. */
char trackname[40]; /* The file name of the list. */
struct Link *garbagelist;
struct Link *notgarbage;
};